home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Swimsuit Review 95
/
Swimsuit Review 95.iso
/
mac
/
Data
/
swim8.DIR
/
00035_Script_35
< prev
next >
Wrap
Text File
|
1995-07-13
|
648b
|
28 lines
-- Browser Male
on mouseDown
global MC
put mouseCast() into MC
repeat while stillDown() = 1
if mouseCast() = MC then
set the castNum of sprite 9 to MC +1
updateStage
next repeat
end if
if (mouseCast() <> MC + 1) then set the castNum of sprite 9 to MC
updateStage
end repeat
end
on mouseUp
global MC
set the castNum of sprite 9 to 45
updateStage
if the mouseCast = 45 or the mouseCast = 46 then
sound stop 1
sound playFile 1, "Click.AIF"
go to frame "Browser Male"
hilite line 1 of field "MaleList"
end if
end